'宣言 Public Function New( _ ByVal caption As System.String, _ ByVal ParamArray occurrences() As IndexEntryOccurrence _ )
public IndexEntry( System.string caption, params IndexEntryOccurrence[] occurrences )
パラメータ
- caption
- 現在のインデックスエントリの Caption に割り当てられる文字列。
- occurrences
- このインデックスエントリの Occurrences コレクションに追加される1つまたは複数の IndexEntryOccurrence オブジェクト。